home *** CD-ROM | disk | FTP | other *** search
/ Game Audio Programming / GameAudioProgramming.iso / Extras / Dolby / DISK 2 / samples / 30_sample_pcb.swf / scripts / DefineButton2_24 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-10-14  |  56 b   |  4 lines

  1. on(release){
  2.    _root.main.bgm.gotoAndPlay("off");
  3. }
  4.